home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 241 / 241.d81 / t.bb edit < prev    next >
Text File  |  2022-08-26  |  4KB  |  144 lines

  1. u
  2.           BB BARRAGE EDITOR
  3.            by William Chin
  4.  
  5.  
  6. DESIGNING CUSTOM GAMES
  7.  
  8.     BB BARRAGE.EDT is used to create
  9. custom versions of BB BARRAGE. Before
  10. you run it, be sure that a copy of BB
  11. BARRAGE is on the disk in the drive.
  12.  
  13.     The edit cursor is the small
  14. yellow block found in the upper left
  15. corner of the screen. You can move
  16. the cursor with the joystick plugged
  17. into port 2. Press the fire button to
  18. choose a command. Alternatively, you
  19. can simply press the key which
  20. corresponds to the command you want.
  21. The first five commands allow you to
  22. place various types of deflectors on
  23. the screen. Besides the deflector
  24. commands, the commands in the list
  25. below can be used.
  26.  
  27.  COMMAND    ACTION
  28.  
  29.    P -- Play the game with the current
  30.         settings.
  31.  
  32.    S -- Save a screen to disk.
  33.  
  34.    L -- Load a screen from disk.
  35.  
  36.    C -- Clear the screen of any
  37.         barriers.
  38.  
  39.    M -- toggle symmetry Mode.
  40.  
  41.    O -- choose Options.
  42.  
  43.    H -- show Help screen.
  44.  
  45.    E -- Exit the program.
  46.  
  47.     If you choose a deflector, you
  48. can use the joystick to move it to
  49. various parts of the screen. Press
  50. the fire button to place a deflector.
  51. If you press again, the deflector is
  52. removed.
  53.  
  54.     You can also use the keyboard to
  55. place deflectors. To place a
  56. deflector, move your cursor to the
  57. desired screen position and press
  58.  
  59.     <Shift-Q>,
  60.     <Shift-ASTERISK>
  61.     <Shift-MINUS>,
  62.     <Shift-N>, or
  63.     <Shift-M>.
  64.  
  65.     <Shift-Q> is round; it deflects
  66. the BBs randomly. The other four
  67. deflectors are straight lines off
  68. which the BBs bounce.
  69.  
  70.  
  71. A WELL-BALANCED SCREEN
  72.  
  73.     The mirror command (M) creates
  74. symmetrical screens. When mirror mode
  75. is on, any deflector placed on the
  76. screen is mirrored on the screen's
  77. three other quadrants. This makes the
  78. process of screen design quicker and
  79. easier.
  80.  
  81.     The option command (O) lets you
  82. change many important parameters of BB
  83. BARRAGE. First, you can choose colors
  84. for the background, border, puck, bbs,
  85. and guns. Next, you're asked for the
  86. number of goals needed to win the
  87. game. You're also prompted for the
  88. length of time (in seconds) before the
  89. game enters destruct mode (enter -1 to
  90. completely disable destruct mode).
  91.  
  92.     Next, choose whether you want
  93. friction to be on or off. If friction
  94. is on, the puck gradually slows down
  95. after it's hit. With friction off, the
  96. puck keeps sliding until it's hit
  97. again.
  98.  
  99.     The next option lets you select
  100. whether or not players take BBs from a
  101. common pool. If you select
  102.  
  103.             1 possession,
  104.  
  105. BBs that go off your side of the
  106. screen cannot be used by your
  107. opponent. This option puts more
  108. strategy into the game. The number of
  109. BBs in play is also variable. The
  110. default number of BBs is 100. Just
  111. remember that as the number of BBs on
  112. the screen rises, the speed of the
  113. game decreases.
  114.  
  115.     The final question you're asked is
  116. whether you'd like to save a custom
  117. version of BB BARRAGE. If you respond
  118. by pressing Y, you'll be asked for the
  119. filename of the new program. Before
  120. you enter one, place a formatted work
  121. disk in the drive. Your new version of
  122. the game can be played just like the
  123. original. To start it, enter
  124.  
  125.     load"filename",8,1
  126.     sys 49152
  127.  
  128.     There are two disk commands: L and
  129. S. The load command (L) lets you load
  130. a screen that you created earlier; you
  131. can use this command to load BB
  132. SCREEN. The save command (S) saves a
  133. screen design to disk. (be sure that a
  134. work disk is in the drive before using
  135. this command.)
  136.  
  137.     The help command (H) displays a
  138. help screen that lists the commands
  139. and describes their uses. And,
  140. finally, the exit command (E) simply
  141. exits to basic.
  142.  
  143.  
  144.  
  145.